home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / Examples / Level1 / Dispmap3.vib < prev    next >
Encoding:
Text File  |  2002-10-07  |  508 b   |  24 lines

  1. // VirtuaLight VIB-Structure
  2.  
  3. Camera [ (0,3,-6),(0,1.5,0),(0,1,0)
  4.  FieldOfView 40
  5.  Format(256,256)
  6.  FrameAspectRatio 1
  7.  Antialiasing 2
  8.  PixelFilter(GAUSSIANfilter, 3, 3)
  9. ]
  10.  
  11. Options [ ParallelSunRays ]
  12.  
  13. SkyLight(80, skyexpression, 1.1)
  14. SunLight(14:10, 0, 0.8)
  15.  
  16. Shape [
  17.  Sphere((0, 1.5, 0), 1.5)
  18.  DisplacementMapping (N*(PixelHeight(ImageFile("masticb.tga", NORMALIZED), (u, 0, v)))*0.00175)
  19.  ShapeSubdivisions(128,128)
  20.  DispShader
  21. ]
  22.  
  23. Shape [ Disk((0,0,0), (0,1,0), 200) veins_pattern ]
  24.